home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-11-04 | 611 b | 30 lines | [TEXT/MPS ] |
- /*
- Apple Macintosh Developer Technical Support,
- TRandom 1.0 - Saturday, October 5, 1991 18:26:35
-
- MRandom.cp - C++ source
-
- Copyright © 1991 Apple Computer, Inc.
- All rights reserved.
-
- TRandom is a stackbased utility class for random number generation.
- MRandom.cp contains the Random Generator test framework
- for the the TRandom class.
- */
-
-
-
- // INCLUDE FILES ------------------------------------------------------------
-
- #include "Random.h"
-
-
- // M A I N -------------------------------------------------------------------
-
- main()
- {
- TRandom::TestRandomClass(); // call testing routine
- return 0;
- }
-
-